home *** CD-ROM | disk | FTP | other *** search
/ Business Shareware / Business Shareware.iso / start / gfxapps / techplt1 / mathfunc.hlp < prev    next >
Text File  |  1992-09-09  |  1KB  |  65 lines

  1. ** File: MathFunc.hlp
  2. ** Index: 4
  3.  
  4. ** Content: Pre-Defined Math Functions
  5.  
  6.  
  7. ABS      : Absolute Value
  8.  
  9. ACOS     : Inverse of Trigonometric Cosine
  10.  
  11. ACOSH    : Inverse of Hyperbolic Cosine
  12.  
  13. ASIN     : Inverse of Trigonometric Sine
  14.  
  15. ASINH    : Inverse of Hyperbolic Sine
  16.  
  17. ATAN     : Inverse of Trigonometric Tangent
  18.  
  19. ATANH    : Inverse of Hyperbolic Tangent
  20.  
  21. COS      : Trigonometric Cosine
  22.  
  23. COSH     : Hyperbolic Cosine
  24.  
  25. DEGREE   : Convert Radians to Degree
  26.  
  27. EXP      : Natural Exponential
  28.  
  29. GAUSSIAN : Gauss Distribution
  30.  
  31. LN       : Natural Logarithmic
  32.  
  33. LOG      : Natural Logarithmic
  34.  
  35. LOG10    : Common (Base 10) Logarithmic
  36.  
  37. POW10    : Base 10 Exponential
  38.  
  39. RADIANS  : Convert Degree to Radians
  40.  
  41. RANDOM   : Random Number in [0,1]
  42.  
  43. ROUND    : Convert Real to the Nearest
  44.            Integer
  45.  
  46. SIGN     : Sign of a Number (1,0,-1)
  47.  
  48. SIN      : Trigonometric Sine
  49.  
  50. SINH     : Hyperbolic Sine
  51.  
  52. SQR      : Square Function
  53.  
  54. SQRT     : Square Root Function
  55.  
  56. TAN      : Trigonometric Tangent
  57.  
  58. TANH     : Hyperbolic Tangent
  59.  
  60. TRUNC    : Convert Real to an Integer
  61.            toward Zero
  62.  
  63. UNIT     : If x>=0 then 1 else 0;
  64.  
  65.